home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / personal / nw201.zip / EXPND.BAT < prev    next >
DOS Batch File  |  1996-03-29  |  270b  |  9 lines

  1. @echo off
  2. echo                    Expanding 3 files. Please wait
  3. rem %1 = source
  4. rem %2 = destination
  5. expand d %1\nw2.f2_ %2\nw2.f24
  6. expand d %1\nw2.f5_ %2\nw2.f55
  7. expand d %1\nw2.f9_ %2\nw2.f99
  8. echo Windows 95 users - please close this Window by clicking the X
  9.